transmit "-------------------------------------- I ---------------------------------------"
transmit " T";getchar
if result = "RESULT" then call MENU;if result = "s" then call PLAY;if result = "k" then call KSELECT;if result = "q" then SHUTDOWN
call MENU
KSELECT:
call open(KST,'DOORS:KPLIST.DAT','R')
KEEP1 = STRIP(readln(KST))
KEEP2 = STRIP(readln(KST))
KEEP3 = STRIP(readln(KST))
KEEP4 = STRIP(readln(KST))
KEEP5 = STRIP(readln(KST))
KEEP6 = STRIP(readln(KST))
KEEP7 = STRIP(readln(KST))
KEEP8 = STRIP(readln(KST))
transmit "";transmit "Select opponent keeper According to order (ie 1,2,3,...):";newline;newline
fifoexecute "type DOORS:KPLIST.DAT";getchar
if result = 1 then KEEP = KEEP1;if result = 2 then KEEP = KEEP2;if result = 3 then KEEP = KEEP3;if result = 4 then KEEP = KEEP4;if result = 5 then KEEP = KEEP5;if result = 6 then KEEP = KEEP6;if result = 7 then KEEP = KEEP7;if result = 8 then KEEP = KEEP8;transmit "Keeper chosen. Press any key";getchar
transmit KEEP;getchar
call MENU
PLAY:;transmit "";
transmit " _________ "
transmit " |1 2 3| "
transmit " |4 5 6| "
transmit " ~~~~~~~~~~~~~ ";newline
transmit "Select shooting Angle";getchar;HOT = result